{% if section(page, "dr-notebooks") %}

These pages outline the coding experience when using DataRobot notebooks. Learn about common cell actions, keyboard shortcuts, and how to run notebooks.

Topic | Describes...
----- | ------
[Environment management](dr-env-nb) | How to configure and start the notebook environment.
[Create and execute cells](dr-cell-nb) | How to create and execute code and Markdown cells in a notebook.
[Cell actions](dr-action-nb) | The actions and keyboard shortcuts available in a notebook.
[Code intelligence](dr-code-int) | The code intelligence features provided throughout the notebook coding experience.
[Notebook terminals](dr-terminal-nb) | Use integrated terminals to execute commands such as .py scripts or package installations.
[Azure OpenAI Service integration](dr-openai-nb) | Leverage Azure's OpenAI Code Assistant to generate code in DataRobot Notebooks using ChatGPT.

{% else %}

These pages outline the coding experience when using DataRobot notebooks. Learn about common cell actions, keyboard shortcuts, and how to run notebooks.

Topic | Describes...
----- | ------
[Environment management](wb-env-nb) | How to configure and start the notebook environment.
[Create and execute cells](wb-cell-nb) | How to create and execute code and Markdown cells in a notebook.
[Cell actions](wb-action-nb) | The actions and keyboard shortcuts available in a notebook.
[Code intelligence](wb-code-int) | The code intelligence features provided throughout the notebook coding experience.
[Notebook terminals](wb-terminal-nb) | Use integrated terminals to execute commands such as .py scripts or package installations.
[Azure OpenAI Service integration](wb-openai-nb) | Leverage Azure's OpenAI Code Assistant to generate code in DataRobot Notebooks using ChatGPT.

{% endif %}
